--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit 5e15c43ab79992ae36a91bdf4cbeaea5974c18a3
Parents : 86c3b18
Author : Mark Qvist <mark@unsigned.io>
Date : 2024-10-06T11:32:27+02:00
Updated version
Changes
2 files changed, 2 insertions(+), 2 deletions(-)
Diff
diff --git a/sbapp/main.py b/sbapp/main.py
index e70df27e..4a222e9e 100644
--- a/sbapp/main.py
+++ b/sbapp/main.py
@@ -1,6 +1,6 @@
__debug_build__ = False
__disable_shaders__ = False
-__version__ = "1.1.0"
+__version__ = "1.1.1"
__variant__ = ""
import sys
diff --git a/sbapp/sideband/core.py b/sbapp/sideband/core.py
index 359eedb5..00eaa4e5 100644
--- a/sbapp/sideband/core.py
+++ b/sbapp/sideband/core.py
@@ -4445,7 +4445,7 @@ class SidebandCore():
thread.start()
self.setstate("core.started", True)
- RNS.log("Sideband Core "+str(self)+" version "+str(self.version_str)+" started")
+ RNS.log("Sideband Core "+str(self)+" "+str(self.version_str)+" started")
def stop_webshare(self):
if self.webshare_server != None:
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────